Align fp IDE template file paths with Debian standards
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Fri, 27 Feb 2026 16:30:28 +0000 (16:30 +0000)
committerPeter Blackman <peterb@debian.org>
Fri, 27 Feb 2026 16:30:28 +0000 (16:30 +0000)
commit6404ea5f2b635688939d75c46ee2da2fb0373b1e
treecb84a6319e81e18ad1011818b50b2e524726a33a
parent3cd9647f84b2c28e17794c7c32b845e08b2911f3
Align fp IDE template file paths with Debian standards

 The fp IDE looks for template files in /usr/bin where itself is installed.
 However this is not conform with Debian standard for file locations.
 This patch fixes this by making the IDE looking for templates in the base
 installation directory.
 Location of IDE template files in Debian distribution is:
 /usr/lib/$(DEB_TARGET_MULTIARCH)/fpc/3.2.2/ide/
 as for examples:
 /usr/lib/x86_64-linux-gnu/fpc/3.2.2/ide
 /usr/lib/arm-linux-gnueabihf/fpc/3.2.2/ide
index 54d0ffd1..39ae6079 100644

Gbp-Pq: Name fix-IDE-data-file-location.patch
fpcsrc/packages/ide/fpcompil.pas
fpcsrc/packages/ide/fpini.pas
fpcsrc/packages/ide/fpmake.pp
fpcsrc/packages/ide/fpswitch.pas